From f2d5c40e658384f14279e5cef0acd952c43cd86e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 31 May 1993 04:24:14 +0000 Subject: [PATCH] Handle AIX versions 1.2, 1.3. --- configure1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure1.in b/configure1.in index 918f284e33f..6db9e2eb152 100755 --- a/configure1.in +++ b/configure1.in @@ -585,7 +585,7 @@ case "${configuration}" in i386-ibm-aix1.1 ) machine=ibmps2-aix opsys=usg5-2-2 ;; - i386-ibm-aix1.2 ) + i386-ibm-aix1.[23] | i386-ibm-aix* ) machine=ibmps2-aix opsys=usg5-3 ;; rs6000-ibm-aix3.1 ) -- 2.30.2